﻿/*----------公共样式----------*/
ul, li, p,div {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.com-body {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.com-layout {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

/*header*/
.com-header {
    float: left;
    margin: 15px 0px;
}

.com-header-service-ico, .com-header-service-phone {
    float: left;
}

.com-header-service-ico {
    margin-top: 0px;
    width: 50px;
}

.com-header-service-phone {
    width: 180px;
    color: #f17100;
    font-weight: bold;
}

.com-header-service-phone-title {
    font-size: 14px;
}

.com-header-service-phone-tel {
    font-size: 20px;
    line-height: 24px;
}

/*banner*/
.com-banner {
    width: 100%;
    height: auto;
}

/*menu*/
.com-menu {
    border-bottom: 1px solid #ececec;
    line-height: 55px;
    width: 100%;
    margin: 0px auto;
    border-top: 0px solid #e9e9e9;
    box-shadow: 0 0px 0px #e9e9e9;
}

.com-menu-nav {
    width: 1200px;
    margin: 0px auto;
}


.com-menu ul li {
    text-align: center;
}

    .com-menu ul li a {
        color: #4e4e4e;
        padding: 0;
    }

        .com-menu ul li a:hover {
            color: #59bcdb;
            background: #fff;
        }

/*buttom*/
.com-footer {
    background-color: #f3f3f3;
    padding: 30px 0px 0px 0px;
    font-size: 13px;
    margin-top: 20px;
}

.com-footer-list {
}

.com-footer-list-title {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 25px;
}

.com-footer-list ul li {
    line-height: 22px;
    list-style: none;
    color: #777;
}

.com-footer hr {
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.com-copyright {
    margin: 0px auto;
    padding: 12px 0px;
    font-size: 13px;
    text-align: center;
}

/*Links*/
.com-links {
}

.com-links-title {
    width: 90px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    text-align:right;
}

.com-links-list {
    float: left;
}

    .com-links-list ul li {
        float: left;
        padding: 0px 20px 0px 8px;
        line-height: 30px;
    }

/*Button Style*/
a:hover {
    color: #0e90d2;
}

a {
    color: #666 !important;
}


/*nav menu*/
.com-nav {
    line-height:40px;
    font-size:13px;
    margin-bottom: 0.6rem;
}
    .com-nav span {
        color:#3265ff;
    }


/*detail*/
.com-detail {
    background-color: #f4f4f4;
    padding: 0px;
    width: 100%;
}

.com-detail-body {
    background-color: #fff;
    padding: 30px;
    width: 1200px;
    margin: 30px auto;   
}
.com-detail-body-title {
    text-align: center;
    font-size: 32px;
    margin: 20px 0;
}
.com-detail-body-content {
    text-indent:36px;
    padding: 10px 30px;
    line-height: 2;
}

    .com-detail-body-content img {
        display:block;
        margin:0px auto;

    }
.com-detail-body-share {
    margin:20px auto;
}